Skip to content

feat(fuzz): add sed_fuzz target#1145

Merged
chaliy merged 1 commit intomainfrom
feat/issue-1096-sed-fuzz
Apr 7, 2026
Merged

feat(fuzz): add sed_fuzz target#1145
chaliy merged 1 commit intomainfrom
feat/issue-1096-sed-fuzz

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 7, 2026

Summary

  • Add fuzz target for the sed builtin (builtins/sed.rs)
  • Tests sed command parsing, BRE-to-ERE regex conversion, and address ranges
  • Exercises basic, extended regex (-E), and suppress output (-n) modes

Closes #1096

Test plan

  • cargo check in fuzz crate passes
  • cargo fmt --check clean
  • cargo clippy --all-targets --all-features -- -D warnings clean
  • All tests pass (pre-existing ssh_supabase and stack_overflow failures unrelated)

Closes #1096 — Fuzz target for the sed builtin that tests command
parsing, BRE-to-ERE regex conversion, and address ranges with
arbitrary input. Tests basic, extended regex (-E), and suppress
output (-n) modes.
@chaliy chaliy merged commit 51f63a9 into main Apr 7, 2026
18 checks passed
@chaliy chaliy deleted the feat/issue-1096-sed-fuzz branch April 7, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fuzz: add sed_fuzz target

1 participant